getContents OLE Automation Routine
(SearchResults Object)
getContents( bOutline, nCharacters )
returns a string containing the first nCharacters of the file at
the list cursor. The characters are the same ones as would be displayed
in the contents pane of Wilbur. If bOutline is True, then the returned
characters would be those displayed in outline mode.
Note that hard returns are designated by a single line feed character
as in Unix, rather than carriage return - line feed pair commonly
used in DOS/Windows.
This routine is available only for the object returned from the SearchFor
and SearchForEx routine.
|